home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / mozilla-firefox / include / content / nsIXTFBindableElementWrapper.h < prev    next >
C/C++ Source or Header  |  2006-05-08  |  2KB  |  81 lines

  1. /*
  2.  * DO NOT EDIT.  THIS FILE IS GENERATED FROM nsIXTFBindableElementWrapper.idl
  3.  */
  4.  
  5. #ifndef __gen_nsIXTFBindableElementWrapper_h__
  6. #define __gen_nsIXTFBindableElementWrapper_h__
  7.  
  8.  
  9. #ifndef __gen_nsIXTFStyledElementWrapper_h__
  10. #include "nsIXTFStyledElementWrapper.h"
  11. #endif
  12.  
  13. /* For IDL files that don't want to include root IDL files. */
  14. #ifndef NS_NO_VTABLE
  15. #define NS_NO_VTABLE
  16. #endif
  17.  
  18. /* starting interface:    nsIXTFBindableElementWrapper */
  19. #define NS_IXTFBINDABLEELEMENTWRAPPER_IID_STR "7914d5f2-14b4-47d0-88f8-70715cfbdfb7"
  20.  
  21. #define NS_IXTFBINDABLEELEMENTWRAPPER_IID \
  22.   {0x7914d5f2, 0x14b4, 0x47d0, \
  23.     { 0x88, 0xf8, 0x70, 0x71, 0x5c, 0xfb, 0xdf, 0xb7 }}
  24.  
  25. class NS_NO_VTABLE nsIXTFBindableElementWrapper : public nsIXTFStyledElementWrapper {
  26.  public: 
  27.  
  28.   NS_DEFINE_STATIC_IID_ACCESSOR(NS_IXTFBINDABLEELEMENTWRAPPER_IID)
  29.  
  30. };
  31.  
  32. /* Use this macro when declaring classes that implement this interface. */
  33. #define NS_DECL_NSIXTFBINDABLEELEMENTWRAPPER \
  34.   /* no methods! */
  35.  
  36. /* Use this macro to declare functions that forward the behavior of this interface to another object. */
  37. #define NS_FORWARD_NSIXTFBINDABLEELEMENTWRAPPER(_to) \
  38.   /* no methods! */
  39.  
  40. /* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
  41. #define NS_FORWARD_SAFE_NSIXTFBINDABLEELEMENTWRAPPER(_to) \
  42.   /* no methods! */
  43.  
  44. #if 0
  45. /* Use the code below as a template for the implementation class for this interface. */
  46.  
  47. /* Header file */
  48. class nsXTFBindableElementWrapper : public nsIXTFBindableElementWrapper
  49. {
  50. public:
  51.   NS_DECL_ISUPPORTS
  52.   NS_DECL_NSIXTFBINDABLEELEMENTWRAPPER
  53.  
  54.   nsXTFBindableElementWrapper();
  55.  
  56. private:
  57.   ~nsXTFBindableElementWrapper();
  58.  
  59. protected:
  60.   /* additional members */
  61. };
  62.  
  63. /* Implementation file */
  64. NS_IMPL_ISUPPORTS1(nsXTFBindableElementWrapper, nsIXTFBindableElementWrapper)
  65.  
  66. nsXTFBindableElementWrapper::nsXTFBindableElementWrapper()
  67. {
  68.   /* member initializers and constructor code */
  69. }
  70.  
  71. nsXTFBindableElementWrapper::~nsXTFBindableElementWrapper()
  72. {
  73.   /* destructor code */
  74. }
  75.  
  76. /* End of implementation class template. */
  77. #endif
  78.  
  79.  
  80. #endif /* __gen_nsIXTFBindableElementWrapper_h__ */
  81.